home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000318_news@watsun.cc.columbia.edu _Fri Mar 5 16:34:23 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA20099
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 5 Mar 1999 16:34:21 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA29584
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 5 Mar 1999 16:10:54 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: nmr103@my-dejanews.com
  10. Subject: running kermit from command line question
  11. Date: Fri, 05 Mar 1999 21:05:03 GMT
  12. Organization: Deja News - The Leader in Internet Discussion
  13. Message-ID: <7bpgto$c6n$1@nnrp1.dejanews.com>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. We're using the following command to suck data off of a surface meteorological
  17. sensor we have installed on /dev/term/b, and we have kermit installed on
  18. solaris x86:
  19.  
  20. kermit -l /dev/term/b -C "output \13avg\13, connect /quietly" > output.file
  21.  
  22. This is working *great*, with one exception... the process is hanging. We feel
  23. like we should send some sort of break sequence after the \13avg\13 command
  24. we're sending to our device, but we've tried all sorts of permutations and
  25. combinations of \28, \c, \b, \B, and so forth. We've tried writing little
  26. wrapper scripts that kill the kermit process, but they don't work, and were
  27. serious kluges to begin with.
  28.  
  29. Does anyone know how we can tack on a break sequence to the output command
  30. we're sending to our device, or otherwise, a switch to the command line
  31. command that tells kermit to disconnect and quit after about 5 seconds?
  32.  
  33. Any help or insight would be greatly appreciated.
  34.  
  35. Nicole
  36.  
  37. =====================================================
  38. *  Nicole Radziwill                                 *
  39. *  NOAA Forecast Systems Laboratory                 *
  40. *  GPS-IPW Project -- http://ipwdev.fsl.noaa.gov    *
  41. *                                                   *
  42. *                               NOAA, R/E/FS3       *
  43. *  303-497-6832 (Voice)         325 Broadway        *
  44. *  303-497-6014 (Fax)           Boulder, CO  80303  *
  45. =====================================================
  46.  
  47. -----------== Posted via Deja News, The Discussion Network ==----------
  48. http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own